{Monitor} Update monitor account commands to API version 2025-10-03#33325
{Monitor} Update monitor account commands to API version 2025-10-03#33325GokulPrasad-Work wants to merge 6 commits into
Conversation
️✔️AzureCLI-FullTest
|
❌AzureCLI-BreakingChangeTest
Please submit your Breaking Change Pre-announcement ASAP if you haven't already. Please note:
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
This PR updates the az monitor account AAZ-generated commands to use the Monitor Account ARM API version 2025-10-03, and exposes new request properties introduced in that version.
Changes:
- Bumped
az monitor accountoperations from2023-04-03to2025-10-03. - Added new CLI parameters:
--enable-access-using-resource-permissions(Metrics) and--public-network-access {Enabled,Disabled}(Properties). - Updated generated schemas/operations (including pagination support in
list, identity/default ingestion settings schema shape updates, and regenerated AAZ scaffolding).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_create.py |
API version bump; adds new create-time args; updates request/response schema. |
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_update.py |
API version bump; adds new update args and maps them into request payload; updates read schema. |
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_show.py |
API version bump; updates response schema. |
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_list.py |
API version bump; enables pagination; updates list operations and response schema. |
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_delete.py |
API version bump; adjusts LRO handling callbacks for additional success codes. |
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/_wait.py |
API version bump; updates wait/get response schema. |
src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/account/__init__.py |
Exports generated command group and operations via wildcard imports. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
022c9b0 to
94c0d25
Compare
|
@yanzhudd - Could you please review this PR and share if any changes required. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Hi @GokulPrasad-Work |
|
Please note that the code completion time for the upcoming release is on 05/26/2026 at 06:00 UTC. If you want to catch up the release train, please address the comment asap. |
@yanzhudd - Is this the PR you are referring to - Azure/aaz#1001 |
|
@NoriZC , @teresaritorto |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
Please note that the code completion time for the upcoming release train is on 06/30/2026 at 02:00 UTC. If you want it to be released in this sprint, please fix the CI issue asap and ping me in Teams directly. |
- Bump API version from 2023-04-03 to 2025-10-03 - Add --enable-access-using-resource-permissions (Metrics group) - Add --public-network-access (Properties group) with Enabled/Disabled enum - Add --wait support - Regenerated via AAZ dev tool from azure-rest-api-specs monitoringservice swagger
…space-name and add command examples
…rkspace-name in issue commands
…i-version 2025-05-31-preview az identity create migrated to AAZ-generated commands using api-version 2025-05-31-preview, making the previous cassette (2024-11-30) stale and failing VCR playback in CI. Re-recorded the test against the new api-version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
94c0d25 to
69f6e25
Compare
|
/azp run |
|
Commenter does not have sufficient privileges for PR 33325 in repo Azure/azure-cli |
|
@yanzhudd - Could you please retrigger the pipelines, fixed the issue mentioned using the agent. |
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
CI status: all substantive checks pass ✅The Full Test suite (all Python 3.12 / 3.14 shards), unit tests, integration tests, breaking-change test, linters, and build jobs are green. The The one remaining red check is unrelated infra flakiness
These are checksum mismatches on published extensions unrelated to this PR ( @yanzhudd |
Changes
Related